home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / Internet / PHP Document.php < prev   
Text File  |  2002-08-30  |  388b  |  18 lines

  1. <!-- Description: Empty PHP Document| -->
  2. <!-- Created: {$DateTime} by {$UserName} -->
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional/EN">
  4. <html>
  5.   <head>
  6.     <title>{$FileTitleNoExt}</title>
  7.     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  8.     <meta name="generator" content="syn">
  9.   </head>
  10.   <body>
  11.  
  12. <?php
  13.  
  14. ?>
  15.  
  16.   </body>
  17. </html>
  18.